home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Abakt 0.9.1 / abakt-0.9.1.exe / Abakt.exe / 0 / RCDATA / TF_ACTION / TF_ACTION.txt
Text File  |  2005-04-18  |  9KB  |  416 lines

  1. object f_Action: Tf_Action
  2.   Left = 406
  3.   Top = 245
  4.   Width = 500
  5.   Height = 400
  6.   Caption = 'Action'
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 400
  9.   Constraints.MinWidth = 500
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Panel1: TPanel
  26.     Left = 0
  27.     Top = 339
  28.     Width = 492
  29.     Height = 34
  30.     Align = alBottom
  31.     BevelOuter = bvNone
  32.     TabOrder = 0
  33.     DesignSize = (
  34.       492
  35.       34)
  36.     object bt_Close: TButton
  37.       Left = 407
  38.       Top = 6
  39.       Width = 75
  40.       Height = 25
  41.       Anchors = [akTop, akRight]
  42.       Cancel = True
  43.       Caption = '&Close'
  44.       TabOrder = 0
  45.       OnClick = bt_CloseClick
  46.     end
  47.     object bt_SaveLog: TButton
  48.       Left = 8
  49.       Top = 6
  50.       Width = 121
  51.       Height = 25
  52.       Caption = '&Save Log'
  53.       TabOrder = 1
  54.       OnClick = bt_SaveLogClick
  55.     end
  56.   end
  57.   object gbx_Log: TGroupBox
  58.     Left = 0
  59.     Top = 60
  60.     Width = 492
  61.     Height = 190
  62.     Align = alClient
  63.     Caption = '&Log'
  64.     TabOrder = 1
  65.     object lb_Log: TListBox
  66.       Left = 2
  67.       Top = 15
  68.       Width = 488
  69.       Height = 173
  70.       Style = lbOwnerDrawFixed
  71.       AutoComplete = False
  72.       Align = alClient
  73.       ItemHeight = 13
  74.       ScrollWidth = 2048
  75.       TabOrder = 0
  76.       OnDrawItem = lb_LogDrawItem
  77.     end
  78.   end
  79.   object gbx_Progress: TGroupBox
  80.     Left = 0
  81.     Top = 250
  82.     Width = 492
  83.     Height = 89
  84.     Align = alBottom
  85.     Caption = 'Progress'
  86.     TabOrder = 2
  87.     DesignSize = (
  88.       492
  89.       89)
  90.     object lbl_ProgressInfo: TLabel
  91.       Left = 8
  92.       Top = 16
  93.       Width = 75
  94.       Height = 13
  95.       Caption = 'lbl_ProgressInfo'
  96.       Font.Charset = DEFAULT_CHARSET
  97.       Font.Color = clWindowText
  98.       Font.Height = -11
  99.       Font.Name = 'MS Sans Serif'
  100.       Font.Style = []
  101.       ParentFont = False
  102.     end
  103.     object bt_Abort: TButton
  104.       Left = 407
  105.       Top = 44
  106.       Width = 75
  107.       Height = 25
  108.       Anchors = [akTop, akRight]
  109.       Caption = '&Abort'
  110.       TabOrder = 0
  111.       OnClick = bt_AbortClick
  112.     end
  113.     object pnl_GroupProgress: TPanel
  114.       Left = 8
  115.       Top = 65
  116.       Width = 390
  117.       Height = 16
  118.       Anchors = [akLeft, akTop, akRight]
  119.       TabOrder = 1
  120.       DesignSize = (
  121.         390
  122.         16)
  123.       object Label5: TLabel
  124.         Left = 4
  125.         Top = 1
  126.         Width = 29
  127.         Height = 13
  128.         Caption = 'Group'
  129.       end
  130.       object lbl_GroupPerc: TLabel
  131.         Left = 351
  132.         Top = 1
  133.         Width = 31
  134.         Height = 13
  135.         Alignment = taRightJustify
  136.         Anchors = [akTop, akRight]
  137.         Caption = '100%'
  138.         Font.Charset = DEFAULT_CHARSET
  139.         Font.Color = clWindowText
  140.         Font.Height = -11
  141.         Font.Name = 'MS Sans Serif'
  142.         Font.Style = [fsBold]
  143.         ParentFont = False
  144.       end
  145.       object pb_Group: TProgressBar
  146.         Left = 64
  147.         Top = 1
  148.         Width = 278
  149.         Height = 14
  150.         Anchors = [akLeft, akTop, akRight]
  151.         Min = 0
  152.         Max = 100
  153.         Smooth = True
  154.         TabOrder = 0
  155.       end
  156.     end
  157.     object pnl_ProfileProgress: TPanel
  158.       Left = 8
  159.       Top = 49
  160.       Width = 390
  161.       Height = 16
  162.       Anchors = [akLeft, akTop, akRight]
  163.       TabOrder = 2
  164.       DesignSize = (
  165.         390
  166.         16)
  167.       object Label4: TLabel
  168.         Left = 4
  169.         Top = 1
  170.         Width = 29
  171.         Height = 13
  172.         Caption = 'Profile'
  173.       end
  174.       object lbl_ProfilePerc: TLabel
  175.         Left = 351
  176.         Top = 1
  177.         Width = 31
  178.         Height = 13
  179.         Alignment = taRightJustify
  180.         Anchors = [akTop, akRight]
  181.         Caption = '100%'
  182.         Font.Charset = DEFAULT_CHARSET
  183.         Font.Color = clWindowText
  184.         Font.Height = -11
  185.         Font.Name = 'MS Sans Serif'
  186.         Font.Style = [fsBold]
  187.         ParentFont = False
  188.       end
  189.       object pb_Profile: TProgressBar
  190.         Left = 64
  191.         Top = 1
  192.         Width = 278
  193.         Height = 14
  194.         Anchors = [akLeft, akTop, akRight]
  195.         Min = 0
  196.         Max = 100
  197.         Smooth = True
  198.         TabOrder = 0
  199.       end
  200.     end
  201.     object Panel3: TPanel
  202.       Left = 8
  203.       Top = 33
  204.       Width = 390
  205.       Height = 16
  206.       Anchors = [akLeft, akTop, akRight]
  207.       TabOrder = 3
  208.       DesignSize = (
  209.         390
  210.         16)
  211.       object lbl_File: TLabel
  212.         Left = 4
  213.         Top = 1
  214.         Width = 16
  215.         Height = 13
  216.         Caption = 'File'
  217.       end
  218.       object lbl_FilePerc: TLabel
  219.         Left = 351
  220.         Top = 1
  221.         Width = 31
  222.         Height = 13
  223.         Alignment = taRightJustify
  224.         Anchors = [akTop, akRight]
  225.         Caption = '100%'
  226.         Font.Charset = DEFAULT_CHARSET
  227.         Font.Color = clWindowText
  228.         Font.Height = -11
  229.         Font.Name = 'MS Sans Serif'
  230.         Font.Style = [fsBold]
  231.         ParentFont = False
  232.       end
  233.       object pb_File: TProgressBar
  234.         Left = 64
  235.         Top = 1
  236.         Width = 278
  237.         Height = 14
  238.         Anchors = [akLeft, akTop, akRight]
  239.         Min = 0
  240.         Max = 100
  241.         Smooth = True
  242.         TabOrder = 0
  243.       end
  244.     end
  245.   end
  246.   object Panel2: TPanel
  247.     Left = 0
  248.     Top = 0
  249.     Width = 492
  250.     Height = 60
  251.     Align = alTop
  252.     BevelOuter = bvNone
  253.     TabOrder = 3
  254.     DesignSize = (
  255.       492
  256.       60)
  257.     object Label1: TLabel
  258.       Left = 8
  259.       Top = 8
  260.       Width = 29
  261.       Height = 13
  262.       Caption = 'Profile'
  263.     end
  264.     object Label2: TLabel
  265.       Left = 8
  266.       Top = 26
  267.       Width = 53
  268.       Height = 13
  269.       Caption = 'Destination'
  270.     end
  271.     object Label3: TLabel
  272.       Left = 8
  273.       Top = 44
  274.       Width = 29
  275.       Height = 13
  276.       Caption = 'Group'
  277.     end
  278.     object ed_ProfilePath: TEdit
  279.       Left = 80
  280.       Top = 6
  281.       Width = 345
  282.       Height = 17
  283.       Anchors = [akLeft, akTop, akRight]
  284.       BevelKind = bkFlat
  285.       BorderStyle = bsNone
  286.       Color = clSilver
  287.       Ctl3D = True
  288.       ParentCtl3D = False
  289.       ReadOnly = True
  290.       TabOrder = 0
  291.       Text = 'ed_ProfilePath'
  292.     end
  293.     object ed_Destination: TEdit
  294.       Left = 80
  295.       Top = 24
  296.       Width = 345
  297.       Height = 17
  298.       Anchors = [akLeft, akTop, akRight]
  299.       BevelKind = bkFlat
  300.       BorderStyle = bsNone
  301.       Color = clSilver
  302.       Ctl3D = True
  303.       ParentCtl3D = False
  304.       ReadOnly = True
  305.       TabOrder = 1
  306.       Text = 'ed_Destination'
  307.     end
  308.     object ed_Group: TEdit
  309.       Left = 80
  310.       Top = 42
  311.       Width = 288
  312.       Height = 17
  313.       Anchors = [akLeft, akTop, akRight]
  314.       BevelKind = bkFlat
  315.       BorderStyle = bsNone
  316.       Color = clSilver
  317.       Ctl3D = True
  318.       ParentCtl3D = False
  319.       ReadOnly = True
  320.       TabOrder = 2
  321.       Text = 'ed_Group'
  322.     end
  323.     object pnl_ElapsedTime: TPanel
  324.       Left = 430
  325.       Top = 6
  326.       Width = 56
  327.       Height = 18
  328.       Anchors = [akTop, akRight]
  329.       BevelInner = bvRaised
  330.       BevelOuter = bvLowered
  331.       Caption = '9:59:59'
  332.       Font.Charset = DEFAULT_CHARSET
  333.       Font.Color = clWindowText
  334.       Font.Height = -11
  335.       Font.Name = 'MS Sans Serif'
  336.       Font.Style = [fsBold]
  337.       ParentFont = False
  338.       TabOrder = 3
  339.     end
  340.     object pnl_GroupElapsedTime: TPanel
  341.       Left = 430
  342.       Top = 42
  343.       Width = 56
  344.       Height = 18
  345.       Anchors = [akTop, akRight]
  346.       BevelInner = bvRaised
  347.       BevelOuter = bvLowered
  348.       Caption = '9:59:59'
  349.       Font.Charset = DEFAULT_CHARSET
  350.       Font.Color = clWindowText
  351.       Font.Height = -11
  352.       Font.Name = 'MS Sans Serif'
  353.       Font.Style = [fsBold]
  354.       ParentFont = False
  355.       TabOrder = 4
  356.     end
  357.     object pnl_GroupCount: TPanel
  358.       Left = 372
  359.       Top = 42
  360.       Width = 54
  361.       Height = 18
  362.       Anchors = [akTop, akRight]
  363.       BevelInner = bvRaised
  364.       BevelOuter = bvLowered
  365.       Caption = '100/100'
  366.       Font.Charset = DEFAULT_CHARSET
  367.       Font.Color = clWindowText
  368.       Font.Height = -11
  369.       Font.Name = 'MS Sans Serif'
  370.       Font.Style = [fsBold]
  371.       ParentFont = False
  372.       TabOrder = 5
  373.     end
  374.   end
  375.   object sdlg_Log: TSaveDialog
  376.     DefaultExt = 'log'
  377.     Filter = 'Log File (*.log)|*.log|Any File (*.*)|*.*'
  378.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  379.     Title = 'Save log file'
  380.     Left = 48
  381.     Top = 144
  382.   end
  383.   object ZipForge: TZipForge
  384.     ExtractCorruptedFiles = False
  385.     CompressionLevel = clFastest
  386.     CompressionMode = 1
  387.     CurrentVersion = '2.60 '
  388.     SpanningMode = smNone
  389.     SpanningOptions.AdvancedNaming = False
  390.     SpanningOptions.VolumeSize = vs1_44MB
  391.     SpanningOptions.CustomVolumeSize = 65536
  392.     Options.Recurse = False
  393.     Options.StorePath = spFullPath
  394.     Options.SearchAttr = 0
  395.     Options.FlushBuffers = True
  396.     Options.OEMFileNames = True
  397.     InMemory = False
  398.     OnFileProgress = ZipForgeFileProgress
  399.     OnOverallProgress = ZipForgeOverallProgress
  400.     OnConfirmProcessFile = ZipForgeConfirmProcessFile
  401.     OnProcessFileFailure = ZipForgeProcessFileFailure
  402.     OnRequestBlankVolume = ZipForgeRequestBlankVolume
  403.     OnDiskFull = ZipForgeDiskFull
  404.     OnStoreFile = ZipForgeStoreFile
  405.     Zip64Mode = zmAuto
  406.     Left = 48
  407.     Top = 88
  408.   end
  409.   object tmr_Action: TTimer
  410.     Enabled = False
  411.     OnTimer = tmr_ActionTimer
  412.     Left = 104
  413.     Top = 144
  414.   end
  415. end
  416.